Matrix or vector containing number of individuals that have succumbed to each death process.
log
logical; if TRUE, return logarithm of probabilities.
Value
reulermultinomReturns a length(rate) by n matrix.
Each column is a different random draw.
Each row contains the numbers of individuals succumbed to the corresponding process.
deulermultinomReturns a vector (of length equal to the number of columns of x) containing the probabilities of observing x given the specified parameters (size, rate, dt).
Details
Direct access to the underlying C routines is available: see the header file "pomp.h", included with the package.